projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7376c4f
)
(clear_regexp_cache): Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Oct 2009 09:51:32 +0000
(09:51 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Oct 2009 09:51:32 +0000
(09:51 +0000)
src/search.c
patch
|
blob
|
history
diff --git
a/src/search.c
b/src/search.c
index 02b5e625ffd79ee90c32cfdea86afb19c5111020..6d2f8cc6dbbc8819a0c8bbd356171e34ac72d907 100644
(file)
--- a/
src/search.c
+++ b/
src/search.c
@@
-210,7
+210,7
@@
clear_regexp_cache ()
for (i = 0; i < REGEXP_CACHE_SIZE; ++i)
/* It's tempting to compare with the syntax-table we've actually changed,
- but it's not sufficient because char-table inheritance me
w
ans that
+ but it's not sufficient because char-table inheritance means that
modifying one syntax-table can change others at the same time. */
if (!EQ (searchbufs[i].syntax_table, Qt))
searchbufs[i].regexp = Qnil;